{% extends 'base_dashboard.html' %} {% block title %}Delete Course — Online LMS{% endblock %} {% block content %}

Delete Course

This action cannot be undone.

Back to My Courses
Delete “{{ object.title }}”?

This will permanently delete the course, all its {{ object.modules.count }} module{{ object.modules.count|pluralize }}, all its lessons, and all enrollment records.

{% csrf_token %}
Cancel
{% endblock %}